object frTXTExportForm: TfrTXTExportForm Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'Export options' ClientHeight = 209 ClientWidth = 229 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 4 Top = 0 Width = 221 Height = 173 TabOrder = 0 object Label1: TLabel Left = 12 Top = 144 Width = 68 Height = 13 Caption = 'Scaling factor:' end object Label2: TLabel Left = 112 Top = 144 Width = 7 Height = 13 Caption = 'X' end object Label3: TLabel Left = 164 Top = 144 Width = 7 Height = 13 Caption = 'Y' end object CB1: TCheckBox Left = 12 Top = 20 Width = 201 Height = 17 HelpContext = 189 Caption = 'Kill empty lines' State = cbChecked TabOrder = 0 end object CB2: TCheckBox Left = 12 Top = 44 Width = 201 Height = 17 HelpContext = 197 Caption = 'Convert to OEM' TabOrder = 1 end object CB4: TCheckBox Left = 20 Top = 92 Width = 193 Height = 17 HelpContext = 213 Caption = 'Use pseudographic' TabOrder = 2 end object E1: TEdit Left = 124 Top = 140 Width = 33 Height = 21 HelpContext = 266 TabOrder = 3 Text = '1' end object CB5: TCheckBox Left = 12 Top = 116 Width = 201 Height = 17 HelpContext = 233 Caption = 'Insert page breaks' State = cbChecked TabOrder = 4 end object CB3: TCheckBox Left = 12 Top = 68 Width = 201 Height = 17 HelpContext = 223 Caption = 'Export frames' TabOrder = 5 OnClick = CB3Click end object E2: TEdit Left = 176 Top = 140 Width = 33 Height = 21 HelpContext = 243 TabOrder = 6 Text = '1' end end object Button1: TButton Left = 69 Top = 181 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 149 Top = 181 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end